PropertyChangingEventArgs<T> Class Members
In This Topic
The following tables list the members exposed by
PropertyChangingEventArgs<T>.
Public Constructors
Public Fields
| Name | Description |
  | Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
Public Properties
| Name | Description |
 | Cancel | Gets or sets a value indicating whether the changing of property value must be canceled. |
 | NewValue | Gets or sets a new value of property. |
 | OldValue | Gets an old value of property. |
See Also